Version

addDragEnterHandler Method

Attaches an event listener to the DragEnter event of a Infragistics.Web.UI.DragDropBehavior.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addDragEnterHandler( 
   handler : Function
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropEvents.addDragEnterHandler(Function);

Parameters

handler
The function that should be called when the event is fired.
Remarks
Fired when a dragged element enters a target element. This event is cancelable. The EventArgs are of type: Infragistics.Web.UI.DragDropCancelEventArgs.
See Also